-
Notifications
You must be signed in to change notification settings - Fork 140
New changes / features for composefs-backend #1644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
New changes / features for composefs-backend #1644
Conversation
3e03d56
to
b4cd3c2
Compare
b4cd3c2
to
6134880
Compare
2300293
to
82ee61e
Compare
Signed-off-by: Pragyan Poudyal <[email protected]>
We were using composefs-native and composefs-backend interchangeably. Replace all instances of `composefs-native` with `composefs-backend` Move all composefs-backend options to a single struct so that we can test for boolean instead of testing for Some/None for composefs-backend options Signed-off-by: Pragyan Poudyal <[email protected]>
Instead of storing the source imgref in the .origin file, we store the target imgref Signed-off-by: Pragyan Poudyal <[email protected]>
Signed-off-by: Pragyan Poudyal <[email protected]>
82ee61e
to
ebe252c
Compare
Signed-off-by: Pragyan Poudyal <[email protected]>
Currently with the option Does it make sense to do the above until we have systemd-boot support in bootupd? |
Yes I'll try to take a look at coreos/bootupd#978 soon. Otherwise see #806 (comment) - I think the "no bootupd = systemd-boot" path also makes sense and should be relatively straightforward to implement here. |
Finish up implementation for
install-to-filesystem
forcomposefs-backend
We were using composefs-native and composefs-backend interchangeably.
Replace all instances of
composefs-native
withcomposefs-backend
Move all composefs-backend options to a single struct so that we can
test for boolean instead of testing for Some/None for composefs-backend
options
The source imgref was being stored in the .origin file, even if target imgref was
provided. Now we store the target imgref
Start finalize-staged service on update/switch
Add composefs opts to install-to-existing-root